home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("Install").foreColor = 70
- put "Click to install this software title to your hard drive" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- member("Install").foreColor = 255
- put EMPTY into member "InfoField"
- end
-
- on mouseUp
- open(the moviePath & "MacSoftware:ChatNet2.3.sea")
- end
-